Class useful for maintaining a list of features that could possibly be from different FeatureDataTables.
Syntax
Visual Basic (Declaration) | |
---|
Public NotInheritable Class FeatureCollection(Of T As Feature)
Inherits BindingList(Of T) |
C# | |
---|
public sealed class FeatureCollection<T> : BindingList<T> where T: Feature |
Type Parameters
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
System.ComponentModel.BindingList<T>
ESRI.ArcGIS.Mobile.Client.FeatureCollection
Requirements
Namespace: ESRI.ArcGIS.Mobile.Client
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)
See Also